home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 3
/
goldfish_volume_3.bin
/
files
/
text
/
misc
/
cvt
/
scripts
/
ascii->scp.cvt
< prev
next >
Wrap
Text File
|
1994-05-06
|
297b
|
20 lines
/*
* TEXT -> TERMINUS SCRIPT (.SCP)
*
* (c)Copyright 1993 by Tobias Ferber, All Rights Reserved
*/
"\"" -> "\\\"";
"'" -> "\\'";
"\\" -> "\\\\";
"\033" -> "\\e";
"\r" -> "";
// "\n" -> "\\r";
"\f" -> "\\f";
"\t" -> "\\t";
"!" -> "^!";
"^" -> "^^";
"~" -> "^~";
"\n" -> "\\r\"\nSEND \"";